home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / TIEFTR.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  4.2 KB  |  113 lines

  1. REM
  2. REM The file name of this file is TIEFTR.B50
  3. REM
  4. REM                          Tie Fighter by LucasArts
  5. REM
  6. REM                        F16C Block 50 FLCS ADV file
  7. REM
  8. REM               Written and Tested by Steve Voege - August, 1994
  9. REM ╔═══════════════════════════════════════════════════════════════════════╗
  10. REM ║Mark II WCS Base Switch Settings                                       ║
  11. REM ║Black Hat switch = Digital                                             ║
  12. REM ║Red Switch       = Digital                                             ║
  13. REM ╚═══════════════════════════════════════════════════════════════════════╝
  14. REM ╔═════════════════════════════════════════════════════════════╗
  15. REM ║Game Settings: (Settings required for this game to use WCSII)║
  16. REM ╚═════════════════════════════════════════════════════════════╝
  17. REM
  18. REM Choose JOYSTICK in Tie Fighter
  19. REM
  20.  
  21. USE WCS
  22.  
  23. REM ╔═════════════════════════════════════════════════════╗
  24. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  25. REM ╚═════════════════════════════════════════════════════╝
  26.  
  27. Mdef TIEFTR
  28.  
  29. REM ╔════════════════════════════════════════════════════════╗
  30. REM ║ Change 'TIEFTR' to the name of the Mdef file that you  ║
  31. REM ║ want your ADV file to reference.  For example, if you  ║
  32. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  33. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  34. REM ╚════════════════════════════════════════════════════════╝
  35.  
  36. RATE 60
  37.  
  38. REM ╔════════════════════════════════════════════════════════════════════════╗
  39. REM ║ Place special macros below this line (i.e. @macroname, etc)            ║
  40. REM ╠════════════════════════════════════════════════════════════════════════╣
  41. REM ║ DigitalThr1 will eventually cause a keyboard overflow...               ║
  42. REM ║ See TIEFTR Mdef file for alternate throttle DigitalThr2 - when combined║
  43. REM ║ with MatchTargetSpeed works much better and no keyboard overflows.     ║
  44. REM ╚════════════════════════════════════════════════════════════════════════╝
  45.  
  46. @DigitalThr2
  47. @MinimumThr
  48.  
  49. REM ╔════════════════════════╗
  50. REM ║FLCS Button Commands    ║
  51. REM ╚════════════════════════╝
  52.  
  53. BTN H1U /N ForwardView
  54. BTN H1L /N LeftView
  55. BTN H1R /N RightView
  56. BTN H1D /N RearView
  57.  
  58. BTN TG2 /N CameraOnOff
  59.  
  60. BTN S1 WeaponSelect
  61. BTN S2 WeaponConfig
  62. BTN S3 OpenCockpit
  63. BTN S4 /P /N RollAxisOn
  64.        /R /N RollAxisOff
  65.  
  66. BTN H2U RecallPresetF5
  67. BTN H2L RecallPresetF7
  68. BTN H2R RecallPresetF6
  69. BTN H2D /N ShldConfig
  70.  
  71. BTN H3U StorePresetF5
  72. BTN H3L StorePresetF7
  73. BTN H3R StorePresetF6
  74. BTN H3D BeamOnOff
  75.  
  76. REM ╔════════════════════════════════════════════════════════════╗
  77. REM ║ LaserToShldAuto  -  This macro redirects 10 units of       ║
  78. REM ║                     laser energy to your shields and       ║
  79. REM ║                     automatically does a shield rebalance. ║
  80. REM ║                     Works great in a firefight!!!          ║
  81. REM ╚════════════════════════════════════════════════════════════╝
  82.  
  83. BTN H4U LaserToShldAuto
  84. BTN H4L BeamRechgRate
  85. BTN H4R LaserRechgRate
  86. BTN H4D ShldRechgRate
  87.  
  88. REM ╔════════════════════════╗
  89. REM ║WCS II Button Commands  ║
  90. REM ╚════════════════════════╝
  91.  
  92. BTN T1 NewestCraft
  93. BTN T2 MatchTargetSpeed
  94. BTN T3 ClosestEnemyFtr
  95. BTN T4 PreviousTarget
  96. BTN T5 NextTarget
  97. BTN T6 WingmenAttack
  98. BTN T7 /N WhoisAttkCurrTgt
  99. BTN T8 /N WhoisAttackMe
  100.  
  101. REM ╔═══════════════════════════════════════════════════════════════════╗
  102. REM ║                                                                   ║
  103. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE F16C BLOCK 50 FLCS         ║
  104. REM ║ Joystick made exclusively by ThrustMaster, Inc.                   ║
  105. REM ║                                                                   ║
  106. REM ║ The F16C Block 50 Flight Control Systems are so REALISTIC they    ║
  107. REM ║ look like they've just come out of an F16C!! To order yours today ║
  108. REM ║ dial 503-639-3200 or fire up the FAX machine and send a FAX  to   ║
  109. REM ║ ThrustMaster, Inc. and ask for the Order department.  Have your   ║
  110. REM ║ Visa or MasterCard ready and prepare yourself for the newest      ║
  111. REM ║ adventure in Flight Control Systems!!! HAPPY THRUSTMASTERING!!!   ║
  112. REM ╚═══════════════════════════════════════════════════════════════════╝
  113.